home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  184 b   |  10 lines

  1. on mouseDown
  2.   set the puppet of sprite 5 to 1
  3.   set the member of sprite 5 to member("add hilite")
  4. end
  5.  
  6. on mouseUp
  7.   global gTourForwardArrow
  8.   simulateClickOn(gTourForwardArrow)
  9. end
  10.